Schemat bigApi.v1
Typ prosty signInErrorEnum
Schemat bigApi.v1 : Typ prosty signInErrorEnum
Opis
Słownik rodzajów błędów uwierzytelniania (powód występienia błędu).
Enumeration of sign in error types (error cause).
Przestrzeń nazw http://api.big.pl/bigApi/v1/types
Typ
Restriction of xs:string
Diagram
Typ prosty signInErrorEnum
Overview
signInErrorEnum Restriction of xs:string
Słownik rodzajów błędów uwierzytelniania (powód występienia błędu).
Enumeration of sign in error types (error cause).
Dozwolone wartości
EnumerationwrongCredentials
Niepoprawny login lub hasło.
Invalid username or password.
EnumerationpasswordExpired
Upłynął termin ważności hasła
Password expired.
EnumerationlockedAccount
Konto zablokowane
Locked user account.
Źródło
<xs:simpleType name="signInErrorEnum" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Słownik rodzajów błędów uwierzytelniania (powód występienia błędu).</div>
      <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Enumeration of sign in error types (error cause).</div>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="wrongCredentials">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Niepoprawny login lub hasło.</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Invalid username or password.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="passwordExpired">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Upłynął termin ważności hasła</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Password expired.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="lockedAccount">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Konto zablokowane</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Locked user account.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Zobacz także
Schemat bigApi.v1